GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-25T11:02:57.0971733+00:00",
"SubmitDate": "2026-03-25T11:02:57.0971733+00:00",
"ReportPeriodStart": "2026-03-25T11:02:57.0971733+00:00",
"ReportPeriodEnd": "2026-03-25T11:02:57.0971733+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dad4f70a-4c51-4f05-adfb-0add6f9ef0f7",
"Rows": [
{
"ItemId": "d8cf8c86-3f78-4936-87d8-4c2dc7d757f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d8cf8c86-3f78-4936-87d8-4c2dc7d757f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dad4f70a-4c51-4f05-adfb-0add6f9ef0f7",
"Rows": [
{
"ItemId": "d8cf8c86-3f78-4936-87d8-4c2dc7d757f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d8cf8c86-3f78-4936-87d8-4c2dc7d757f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0d437e9d-c848-4fed-95f7-bbb9b0adca33",
"8a588fd4-7bce-4971-9716-2b2f23a02c0f"
],
"Approvers": [
"22b4bbd8-08dc-4f56-8583-36c75d0611b0",
"27ef45f7-040f-493e-8298-730f4dc85cb6"
],
"ApprovedBy": "01f06753-5ae6-4bfd-886b-e8eb1afc8053",
"ApprovalDate": "2026-03-25T11:02:57.0971733+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f2f4fe51-d0cc-4d7e-baf6-d5daf1857515",
"id": "660b061d-c6e7-4000-a210-ddf275e8a70c",
"ConfigId": "b617e563-b92e-422e-8981-a0909a3af252"
},
{
"GenerationDate": "2026-03-25T11:02:57.0971733+00:00",
"SubmitDate": "2026-03-25T11:02:57.0971733+00:00",
"ReportPeriodStart": "2026-03-25T11:02:57.0971733+00:00",
"ReportPeriodEnd": "2026-03-25T11:02:57.0971733+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dad4f70a-4c51-4f05-adfb-0add6f9ef0f7",
"Rows": [
{
"ItemId": "d8cf8c86-3f78-4936-87d8-4c2dc7d757f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d8cf8c86-3f78-4936-87d8-4c2dc7d757f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dad4f70a-4c51-4f05-adfb-0add6f9ef0f7",
"Rows": [
{
"ItemId": "d8cf8c86-3f78-4936-87d8-4c2dc7d757f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d8cf8c86-3f78-4936-87d8-4c2dc7d757f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0d437e9d-c848-4fed-95f7-bbb9b0adca33",
"8a588fd4-7bce-4971-9716-2b2f23a02c0f"
],
"Approvers": [
"22b4bbd8-08dc-4f56-8583-36c75d0611b0",
"27ef45f7-040f-493e-8298-730f4dc85cb6"
],
"ApprovedBy": "01f06753-5ae6-4bfd-886b-e8eb1afc8053",
"ApprovalDate": "2026-03-25T11:02:57.0971733+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f2f4fe51-d0cc-4d7e-baf6-d5daf1857515",
"id": "660b061d-c6e7-4000-a210-ddf275e8a70c",
"ConfigId": "b617e563-b92e-422e-8981-a0909a3af252"
}
]